You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.MaxMinCols Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MaxMinCols Method

Compute maximum and minimum of each column.

Syntax
C#
Visual Basic
public void MaxMinCols([In] TVec DstMaxCols, [In] TVec DstMinCols);

Compute maximum and minimum of each column and store the result in to Dst vectors. The Dst's are sized automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!